home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / Sample Code / Snippets / Toolbox / jGNEFilter / JGNESample README < prev    next >
Encoding:
Text File  |  1992-07-15  |  491 b   |  10 lines  |  [TEXT/ttxt]

  1. JGNESample
  2.  
  3. This snippet is a sample GetNextEvent filter which uses the JGNEFilter mechanism described in Tech Note #85 "GetNextEvent: Blinking Apple Menu".
  4.  
  5. The init, written in MPW assembler, installs a filter which SysBeeps whenever a key is pressed with the shift key held down.
  6.  
  7. The jGNE mechanism is the only valid place where the event record can be examined after a GetNextEvent call, since tail patching GetNextEvent breaks several aspects of the system.
  8.  
  9. -steve falkenburg 10/9/91
  10.